SINH

Section: Mathematical Library (3M)
Updated: August 1, 1992
Index Return to Main Contents
 

NAME

sinh, cosh, tanh - hyperbolic functions  

SYNOPSIS

#include <math.h>

double sinh(double x);

double cosh(double x);

double tanh(double x);
 

DESCRIPTION

These functions compute the designated hyperbolic functions for real arguments.  

ERROR (due to roundoff, etc.)

Below 2.4 ulps; an ulp is one Unit in the Last Place.  

SEE ALSO

math(3M), sin(3M)


 

Index

NAME
SYNOPSIS
DESCRIPTION
ERROR (due to roundoff, etc.)
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 17:21:56 GMT, March 25, 2025